home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Extras
/
Development
/
Example_Code_v37
/
Libraries
/
Workbench
/
smakefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-03-17
|
247 b
|
16 lines
CFLAGS = nostackcheck structureequivalence saveds
all: AppIcon AppMenu AppWindow
AppIcon: AppIcon.c
sc link $(CFLAGS) $@.c
AppMenu: AppMenu.c
sc link $(CFLAGS) $@.c
AppWindow: AppWindow.c
sc link $(CFLAGS) $@.c
clean:
-delete \#?.(o|lnk)